[PCI] xend parses the user-space PCI backend policy files and sends
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 28 Jul 2006 11:57:55 +0000 (12:57 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 28 Jul 2006 11:57:55 +0000 (12:57 +0100)
commit2b9c0e336cf1ee6e5bfd0c3574b873535b671288
tree116a45deae0a0bc93d35a6e3ca36571bf872e71b
parent4c975eb71043cda2790e75a1ea936068a17442b6
[PCI] xend parses the user-space PCI backend policy files and sends
the corresponding fields to the PCI bus manager via sysfs nodes:

/sys/bus/pci/drivers/pciback/quirks
/sys/bus/pci/drivers/pciback/permissive

xend reads the policy file every time it creates a new domain that was
assigned a PCI device.

Signed-off-by: Chris Bookholt <hap10@tycho.ncsc.mil>
tools/python/xen/util/pci.py
tools/python/xen/xend/server/pciif.py
tools/python/xen/xend/server/pciquirk.py [new file with mode: 0644]